home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / interface / it.dig / scripts / frame_1 / PlaceObject2_396_170 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2004-08-04  |  207 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.descri.comando.text == "shellopen")
  3.    {
  4.       _root.descri.instalar_mc.gotoAndStop(2);
  5.    }
  6.    else
  7.    {
  8.       _root.descri.instalar_mc.gotoAndStop(1);
  9.    }
  10. }
  11.